home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / domacnost a kancelar / winorganizer / WinOrg.exe / PluginsAndCOM / Plugins / Demo / fDocProp.dfm < prev    next >
Text File  |  2005-07-06  |  1KB  |  55 lines

  1. object frmDocProperties: TfrmDocProperties
  2.   Left = 262
  3.   Top = 107
  4.   Width = 329
  5.   Height = 363
  6.   BorderWidth = 5
  7.   Caption = 'Document Properties'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Memo1: TMemo
  19.     Left = 0
  20.     Top = 0
  21.     Width = 311
  22.     Height = 296
  23.     Align = alClient
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -12
  27.     Font.Name = 'Courier New'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     ReadOnly = True
  31.     ScrollBars = ssBoth
  32.     TabOrder = 0
  33.     WordWrap = False
  34.   end
  35.   object Panel1: TPanel
  36.     Left = 0
  37.     Top = 296
  38.     Width = 311
  39.     Height = 30
  40.     Align = alBottom
  41.     BevelOuter = bvNone
  42.     TabOrder = 1
  43.     object Button1: TButton
  44.       Left = 0
  45.       Top = 4
  46.       Width = 75
  47.       Height = 25
  48.       Caption = 'OK'
  49.       Default = True
  50.       ModalResult = 1
  51.       TabOrder = 0
  52.     end
  53.   end
  54. end
  55.